home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue56 / VFI / Listing3.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2000-02-29  |  144 b   |  6 lines

  1. TBasicForm = class(TForm)
  2. private
  3.   FEnterAsTab: boolean;
  4. published
  5.   property EnterAsTab: boolean read FEnterAsTab write FEnterAsTab;
  6. end;